Class: Aws::Omics::Types::InternalServerException

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

Overview

An unexpected error occurred. Try the request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3473
3474
3475
3476
3477
# File 'lib/aws-sdk-omics/types.rb', line 3473

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