Class: Aws::CostExplorer::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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
6752 6753 6754 6755 6756 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6752 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |