Class: Aws::SecurityLake::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SecurityLake::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-securitylake/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #resource_name ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
127 128 129 |
# File 'lib/aws-sdk-securitylake/errors.rb', line 127 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
132 |
# File 'lib/aws-sdk-securitylake/errors.rb', line 132
def message: () -> ::String
|
#resource_name ⇒ String
137 |
# File 'lib/aws-sdk-securitylake/errors.rb', line 137
def resource_name: () -> ::String
|
#resource_type ⇒ String
142 |
# File 'lib/aws-sdk-securitylake/errors.rb', line 142
def resource_type: () -> ::String
|