Class: Aws::IoTThingsGraph::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
865 866 867 868 869 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 865 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |