Class: Aws::ApiGatewayV2::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ApiGatewayV2::Errors::NotFoundException
- Defined in:
- lib/aws-sdk-apigatewayv2/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.
92 93 94 |
# File 'lib/aws-sdk-apigatewayv2/errors.rb', line 92 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
97 98 99 |
# File 'lib/aws-sdk-apigatewayv2/errors.rb', line 97 def @message || @data[:message] end |
#resource_type ⇒ String
102 103 104 |
# File 'lib/aws-sdk-apigatewayv2/errors.rb', line 102 def resource_type @data[:resource_type] end |