Class: Aws::Chime::Errors::ThrottledClientException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Chime::Errors::ThrottledClientException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-chime/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottledClientException
constructor
A new instance of ThrottledClientException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottledClientException
Returns a new instance of ThrottledClientException.
213 214 215 |
# File 'lib/aws-sdk-chime/errors.rb', line 213 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
218 |
# File 'lib/aws-sdk-chime/errors.rb', line 218
def code: () -> ::String
|
#message ⇒ String
223 |
# File 'lib/aws-sdk-chime/errors.rb', line 223
def message: () -> ::String
|