Class: Aws::Panorama::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
The target resource is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_arguments ⇒ Array<Types::ConflictExceptionErrorArgument>
A list of attributes that led to the exception and their values.
-
#error_id ⇒ String
A unique ID for the error.
- #message ⇒ String
-
#resource_id ⇒ String
The resource’s ID.
-
#resource_type ⇒ String
The resource’s type.
Instance Attribute Details
#error_arguments ⇒ Array<Types::ConflictExceptionErrorArgument>
A list of attributes that led to the exception and their values.
133 134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-panorama/types.rb', line 133 class ConflictException < Struct.new( :error_arguments, :error_id, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#error_id ⇒ String
A unique ID for the error.
133 134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-panorama/types.rb', line 133 class ConflictException < Struct.new( :error_arguments, :error_id, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
133 134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-panorama/types.rb', line 133 class ConflictException < Struct.new( :error_arguments, :error_id, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource’s ID.
133 134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-panorama/types.rb', line 133 class ConflictException < Struct.new( :error_arguments, :error_id, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource’s type.
133 134 135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-panorama/types.rb', line 133 class ConflictException < Struct.new( :error_arguments, :error_id, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |