Class: Aws::IoTThingsGraph::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1202 1203 1204 1205 1206 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1202 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |