Class: Aws::Deadline::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/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
-
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
- #message ⇒ String
-
#reason ⇒ String
A description of the error.
-
#resource_id ⇒ String
The identifier of the resource in use.
-
#resource_type ⇒ String
The type of the resource in use.
Instance Attribute Details
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
869 870 871 872 873 874 875 876 877 |
# File 'lib/aws-sdk-deadline/types.rb', line 869 class ConflictException < Struct.new( :message, :reason, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
869 870 871 872 873 874 875 876 877 |
# File 'lib/aws-sdk-deadline/types.rb', line 869 class ConflictException < Struct.new( :message, :reason, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A description of the error.
869 870 871 872 873 874 875 876 877 |
# File 'lib/aws-sdk-deadline/types.rb', line 869 class ConflictException < Struct.new( :message, :reason, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource in use.
869 870 871 872 873 874 875 876 877 |
# File 'lib/aws-sdk-deadline/types.rb', line 869 class ConflictException < Struct.new( :message, :reason, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource in use.
869 870 871 872 873 874 875 876 877 |
# File 'lib/aws-sdk-deadline/types.rb', line 869 class ConflictException < Struct.new( :message, :reason, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |