Class: Aws::SSM::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #quota_code ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
2085 2086 2087 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2085 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2090 2091 2092 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2090 def @message || @data[:message] end |
#quota_code ⇒ String
2095 2096 2097 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2095 def quota_code @data[:quota_code] end |
#service_code ⇒ String
2100 2101 2102 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2100 def service_code @data[:service_code] end |