Class: Aws::CodeCatalyst::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



108
109
110
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/errors.rb', line 108

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

Instance Method Details

#messageString

Returns:

  • (String)


113
114
115
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/errors.rb', line 113

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

#retryable?Boolean

Returns:

  • (Boolean)


117
118
119
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/errors.rb', line 117

def retryable?
  true
end