Class: Aws::AppTest::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
The parameters provided in the request conflict with existing resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The resource ID of the conflicts with existing resources.
-
#resource_type ⇒ String
The resource type of the conflicts with existing resources.
Instance Attribute Details
#message ⇒ String
410 411 412 413 414 415 416 |
# File 'lib/aws-sdk-apptest/types.rb', line 410 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of the conflicts with existing resources.
410 411 412 413 414 415 416 |
# File 'lib/aws-sdk-apptest/types.rb', line 410 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the conflicts with existing resources.
410 411 412 413 414 415 416 |
# File 'lib/aws-sdk-apptest/types.rb', line 410 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |