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
984 985 986 987 988 |
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 984 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |