Class: Aws::ServiceQuotas::Types::ServiceQuotaTemplateNotInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::ServiceQuotaTemplateNotInUseException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
The quota request template is not associated with your organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1270 1271 1272 1273 1274 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 1270 class ServiceQuotaTemplateNotInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |