Class: Aws::CloudDirectory::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-clouddirectory/types.rb

Overview

Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the [AWS Service Health Dashboard] site to see if there are any operational issues with the service.

[1]: status.aws.amazon.com/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3258
3259
3260
3261
3262
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3258

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