Class: Aws::ApiGatewayV2::Types::LimitExceededException

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

Overview

A limit has been exceeded. See the accompanying error message for details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limit_typeString

The limit type.

Returns:

  • (String)


5053
5054
5055
5056
5057
5058
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5053

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

#messageString

Describes the error encountered.

Returns:

  • (String)


5053
5054
5055
5056
5057
5058
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5053

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