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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#message ⇒ String

Returns:

  • (String)


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

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