Class: Aws::VPCLattice::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ConflictException
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The resource ID.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#message ⇒ String
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 146 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 146 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 146 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |