Class: Aws::SSM::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The request or operation couldn’t be performed because the service is throttling requests.
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.
-
#service_code ⇒ String
The code for the Amazon Web Services service that owns the quota.
Instance Attribute Details
#message ⇒ String
19144 19145 19146 19147 19148 19149 19150 |
# File 'lib/aws-sdk-ssm/types.rb', line 19144 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code recognized by the Amazon Web Services Service Quotas service.
19144 19145 19146 19147 19148 19149 19150 |
# File 'lib/aws-sdk-ssm/types.rb', line 19144 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code for the Amazon Web Services service that owns the quota.
19144 19145 19146 19147 19148 19149 19150 |
# File 'lib/aws-sdk-ssm/types.rb', line 19144 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |