Class: Aws::CloudWatchRUM::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



153
154
155
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/errors.rb', line 153

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

Instance Method Details

#messageString

Returns:

  • (String)


158
159
160
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/errors.rb', line 158

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

#quota_codeString

Returns:

  • (String)


163
164
165
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/errors.rb', line 163

def quota_code
  @data[:quota_code]
end

#retry_after_secondsString

Returns:

  • (String)


168
169
170
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/errors.rb', line 168

def retry_after_seconds
  @data[:retry_after_seconds]
end

#retryable?Boolean

Returns:

  • (Boolean)


177
178
179
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/errors.rb', line 177

def retryable?
  true
end

#service_codeString

Returns:

  • (String)


173
174
175
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/errors.rb', line 173

def service_code
  @data[:service_code]
end

#throttling?Boolean

Returns:

  • (Boolean)


181
182
183
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/errors.rb', line 181

def throttling?
  true
end