Class: Aws::AppSync::Types::ApiLimitExceededException

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

Overview

The GraphQL API exceeded a limit. Try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


318
319
320
321
322
# File 'lib/aws-sdk-appsync/types.rb', line 318

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