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
7259 7260 7261 7262 7263 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7259 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |