Class: Aws::Organizations::Types::ServiceException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4465
4466
4467
4468
4469
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4465

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