Class: Aws::Imagebuilder::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-imagebuilder/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
#message ⇒ String
8333 8334 8335 8336 8337 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8333 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |