Class: Aws::PcaConnectorAd::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
This request cannot 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 one of ‘Connector`, `Template`, `TemplateGroupAccessControlEntry`, `ServicePrincipalName`, or `DirectoryRegistration`.
Instance Attribute Details
#message ⇒ String
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 258 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.
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 258 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type, which can be one of ‘Connector`, `Template`, `TemplateGroupAccessControlEntry`, `ServicePrincipalName`, or `DirectoryRegistration`.
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 258 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |