Class: Aws::NetworkManager::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#message ⇒ String
424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 424 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 424 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
424 425 426 427 428 429 430 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 424 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |