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

#messageString

Returns:

  • (String)


6917
6918
6919
6920
6921
# File 'lib/aws-sdk-iotwireless/types.rb', line 6917

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