Class: Aws::Ivschat::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Ivschat::Errors::ThrottlingException
- Defined in:
- 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 196 197 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 195 def limit @data[:limit] end |
#message ⇒ String
180 181 182 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 180 def @message || @data[:message] end |
#resource_id ⇒ String
185 186 187 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 185 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
190 191 192 |
# File 'lib/aws-sdk-ivschat/errors.rb', line 190 def resource_type @data[:resource_type] end |