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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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)


8830
8831
8832
8833
8834
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8830

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