Class: Aws::AmplifyBackend::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AmplifyBackend::Errors::NotFoundException
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
-
#message ⇒ String
-
#resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
76 77 78 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/errors.rb', line 76 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
81 82 83 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/errors.rb', line 81 def @message || @data[:message] end |
#resource_type ⇒ String
86 87 88 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/errors.rb', line 86 def resource_type @data[:resource_type] end |