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
5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-organizations/types.rb', line 5014 class UnsupportedAPIEndpointException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |