Class: Aws::SSM::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException

Returns a new instance of ThrottlingException.

Parameters:



2117
2118
2119
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2117

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


2122
2123
2124
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2122

def message
  @message || @data[:message]
end

#quota_codeString

Returns:

  • (String)


2127
2128
2129
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2127

def quota_code
  @data[:quota_code]
end

#service_codeString

Returns:

  • (String)


2132
2133
2134
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2132

def service_code
  @data[:service_code]
end