Class: Aws::Organizations::Types::UnsupportedAPIEndpointException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::UnsupportedAPIEndpointException
- 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
#message ⇒ 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 |