Class: Aws::ServiceQuotas::Types::NoAvailableOrganizationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::NoAvailableOrganizationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
The Amazon Web Services account making this call is not a member of an organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
805 806 807 808 809 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 805 class NoAvailableOrganizationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |