Class: Aws::Ivschat::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Ivschat::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ivschat/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #limit ⇒ String
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
175 176 177 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 175 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit ⇒ String
195 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 195
def limit: () -> ::String
|
#message ⇒ String
180 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 180
def message: () -> ::String
|
#resource_id ⇒ String
185 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 185
def resource_id: () -> ::String
|
#resource_type ⇒ String
190 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 190
def resource_type: () -> ::String
|