Class: Aws::Imagebuilder::Types::TooManyRequestsException

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

Overview

You have attempted too many requests for the specific operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8343
8344
8345
8346
8347
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8343

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