Class: Aws::ApiGatewayV2::Types::NotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Overview

The resource specified in the request was not found. See the message field for more information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Describes the error encountered.



7082
7083
7084
7085
7086
7087
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7082

class NotFoundException < Struct.new(
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.



7082
7083
7084
7085
7086
7087
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7082

class NotFoundException < Struct.new(
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end