Class: Aws::ResourceExplorer2::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::ResourceExplorer2::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-resourceexplorer2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
135 136 137 |
# File 'lib/aws-sdk-resourceexplorer2/errors.rb', line 135 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
140 |
# File 'lib/aws-sdk-resourceexplorer2/errors.rb', line 140
def message: () -> ::String
|