Class: Aws::CostExplorer::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
You made too many calls in a short period of time. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5026 5027 5028 5029 5030 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5026 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |