Method: Aws::Batch::Types::ServerException#message

Defined in:
lib/aws-sdk-batch/types.rb

#messageString

Returns:

  • (String)


8301
8302
8303
8304
8305
# File 'lib/aws-sdk-batch/types.rb', line 8301

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