Class: Aws::GreengrassV2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Your request has conflicting operations. This can occur if you’re trying to perform more than one operation on the same resource at the same time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource that conflicts with the request.
-
#resource_type ⇒ String
The type of the resource that conflicts with the request.
Instance Attribute Details
#message ⇒ String
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 647 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that conflicts with the request.
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 647 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that conflicts with the request.
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 647 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |