Class: Aws::ApiGatewayV2::Types::NotFoundExceptionResponseContent

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

Overview

The response content for not found exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message of the not found exception response content.

Returns:

  • (String)


7099
7100
7101
7102
7103
7104
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7099

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

#resource_typeString

The resource type of the not found exception response content.

Returns:

  • (String)


7099
7100
7101
7102
7103
7104
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7099

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