Class: Aws::ECS::Types::ServerException

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

Overview

These errors are usually caused by a server issue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


8764
8765
8766
8767
8768
# File 'lib/aws-sdk-ecs/types.rb', line 8764

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