Class: Aws::ServiceQuotas::Types::OrganizationNotInAllFeaturesModeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::OrganizationNotInAllFeaturesModeException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
The organization that your Amazon Web Services account belongs to is not in All Features mode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
832 833 834 835 836 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 832 class OrganizationNotInAllFeaturesModeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |