Class: Aws::SecurityHub::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SecurityHub::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-securityhub/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#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.
317 318 319 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 317 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
327 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 327
def code: () -> ::String
|
#message ⇒ String
322 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 322
def message: () -> ::String
|