Class: Aws::CostExplorer::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
You've reached the limit on the number of resources you can create, or exceeded the size of an individual resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6716 6717 6718 6719 6720 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6716 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |