Class: Aws::Organizations::Types::UnsupportedAPIEndpointException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

This action isn’t available in the current Amazon Web Services Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4643
4644
4645
4646
4647
# File 'lib/aws-sdk-organizations/types.rb', line 4643

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