Class: Aws::PcaConnectorScep::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
This request can’t be completed for one of the following reasons because the requested resource was being concurrently modified by another request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The identifier of the Amazon Web Services resource.
-
#resource_type ⇒ String
The resource type, which can be either ‘Connector` or `Challenge`.
Instance Attribute Details
#message ⇒ String
161 162 163 164 165 166 167 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 161 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the Amazon Web Services resource.
161 162 163 164 165 166 167 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 161 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type, which can be either ‘Connector` or `Challenge`.
161 162 163 164 165 166 167 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 161 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |