Class: Aws::SavingsPlans::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
A service quota has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
901 902 903 904 905 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 901 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |