Class: Aws::Organizations::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ServiceException
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Organizations can't complete your request because of an internal service error. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4553 4554 4555 4556 4557 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4553 class ServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |