Class: Aws::PcaConnectorAd::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
The operation tried to access a nonexistent resource. The resource might not be specified correctly, or its status might not be ACTIVE.
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
1866 1867 1868 1869 1870 1871 1872 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1866 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the Amazon Web Services resource.
1866 1867 1868 1869 1870 1871 1872 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1866 class ResourceNotFoundException < 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`.
1866 1867 1868 1869 1870 1871 1872 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1866 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |