class Aws::CloudWatchRUM::Errors::ThrottlingException

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::CloudWatchRUM::Types::ThrottlingException] data

Calls superclass method
# File lib/aws-sdk-cloudwatchrum/errors.rb, line 153
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Public Instance Methods

message() click to toggle source

@return [String]

# File lib/aws-sdk-cloudwatchrum/errors.rb, line 158
def message
  @message || @data[:message]
end
quota_code() click to toggle source

@return [String]

# File lib/aws-sdk-cloudwatchrum/errors.rb, line 163
def quota_code
  @data[:quota_code]
end
retry_after_seconds() click to toggle source

@return [String]

# File lib/aws-sdk-cloudwatchrum/errors.rb, line 168
def retry_after_seconds
  @data[:retry_after_seconds]
end
retryable?() click to toggle source
# File lib/aws-sdk-cloudwatchrum/errors.rb, line 177
def retryable?
  true
end
service_code() click to toggle source

@return [String]

# File lib/aws-sdk-cloudwatchrum/errors.rb, line 173
def service_code
  @data[:service_code]
end
throttling?() click to toggle source
# File lib/aws-sdk-cloudwatchrum/errors.rb, line 181
def throttling?
  true
end