Class: Aws::PcaConnectorAd::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The code associated with the service quota.
-
#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`.
-
#service_code ⇒ String
Identifies the originating service.
Instance Attribute Details
#message ⇒ String
2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2001 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code associated with the service quota.
2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2001 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the Amazon Web Services resource.
2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2001 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type, which can be one of ‘Connector`, `Template`, `TemplateGroupAccessControlEntry`, `ServicePrincipalName`, or `DirectoryRegistration`.
2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2001 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Identifies the originating service.
2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2001 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |