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

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


3445
3446
3447
3448
3449
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3445

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