Class: Aws::ServiceQuotas::Types::OrganizationNotInAllFeaturesModeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicequotas/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

#messageString

Returns:

  • (String)


832
833
834
835
836
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 832

class OrganizationNotInAllFeaturesModeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end