Class: Aws::Batch::Types::ServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

These errors are usually caused by a server issue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6736
6737
6738
6739
6740
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6736

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