Class: Aws::SecurityHub::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SecurityHub::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-securityhub/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
277 278 279 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 277 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
287 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 287
def code: () -> ::String
|
#message ⇒ String
282 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 282
def message: () -> ::String
|