Class: Aws::Organizations::Types::UnsupportedAPIEndpointException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::UnsupportedAPIEndpointException
- Defined in:
- gems/aws-sdk-organizations/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
4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4591 class UnsupportedAPIEndpointException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |