Class: Aws::Imagebuilder::Types::CallRateLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::CallRateLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
You have exceeded the permitted request rate for the specific operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
176 177 178 179 180 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 176 class CallRateLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |