Class: Aws::IoT1ClickProjects::Types::ResourceConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::ResourceConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
532 533 534 535 536 537 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 532 class ResourceConflictException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
532 533 534 535 536 537 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 532 class ResourceConflictException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |