Class: Aws::PcaConnectorScep::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
The request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The quota identifier.
-
#resource_type ⇒ String
The resource type, which can be either ‘Connector` or `Challenge`.
-
#service_code ⇒ String
Identifies the originating service.
Instance Attribute Details
#message ⇒ String
829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 829 class ServiceQuotaExceededException < Struct.new( :message, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota identifier.
829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 829 class ServiceQuotaExceededException < Struct.new( :message, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type, which can be either ‘Connector` or `Challenge`.
829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 829 class ServiceQuotaExceededException < Struct.new( :message, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Identifies the originating service.
829 830 831 832 833 834 835 836 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 829 class ServiceQuotaExceededException < Struct.new( :message, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |