Class: Aws::ApiGatewayV2::Types::LimitExceededExceptionResponseContent

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

Overview

The response content for limit exceeded exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limit_typeString

The limit type of the limit exceeded exception response content.

Returns:

  • (String)


6737
6738
6739
6740
6741
6742
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6737

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

#messageString

The message of the limit exceeded exception response content.

Returns:

  • (String)


6737
6738
6739
6740
6741
6742
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6737

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