Class: Aws::IoTThingsGraph::Types::InvalidRequestException

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


865
866
867
868
869
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 865

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