Class: Aws::AppSync::Types::LimitExceededException

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

Overview

The request exceeded a limit. Try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3090
3091
3092
3093
3094
# File 'lib/aws-sdk-appsync/types.rb', line 3090

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