Class: Aws::ConnectHealth::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



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

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

Instance Method Details

#messageString

Returns:

  • (String)


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

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

#retryable?Boolean

Returns:

  • (Boolean)


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

def retryable?
  true
end

#throttling?Boolean

Returns:

  • (Boolean)


120
121
122
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/errors.rb', line 120

def throttling?
  true
end