Class: Aws::IoTWireless::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

The input did not meet the specified constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7231
7232
7233
7234
7235
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7231

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end