Class: Aws::ComprehendMedical::Types::ServiceUnavailableException

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

Overview

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)

1639
1640
1641
1642
1643
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1639

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