Class: Aws::SSM::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The request exceeds the service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
The quota code recognized by the Amazon Web Services Service Quotas service.
-
#resource_id ⇒ String
The unique ID of the resource referenced in the failed request.
-
#resource_type ⇒ String
The resource type of the resource referenced in the failed request.
-
#service_code ⇒ String
The code for the Amazon Web Services service that owns the quota.
Instance Attribute Details
#message ⇒ String
18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18014 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code recognized by the Amazon Web Services Service Quotas service.
18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18014 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique ID of the resource referenced in the failed request.
18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18014 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the resource referenced in the failed request.
18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18014 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code for the Amazon Web Services service that owns the quota.
18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18014 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |