Class: Aws::AppSync::Types::ApiKeyLimitExceededException

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


290
291
292
293
294
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 290

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