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:



2101
2102
2103
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2101

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

Instance Method Details

#messageString

Returns:

  • (String)


2106
2107
2108
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2106

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

#quota_codeString

Returns:

  • (String)


2111
2112
2113
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2111

def quota_code
  @data[:quota_code]
end

#service_codeString

Returns:

  • (String)


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

def service_code
  @data[:service_code]
end