Class: Aws::ApiGatewayV2::Types::ConflictExceptionResponseContent

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

Overview

The resource identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


477
478
479
480
481
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 477

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