Class: Aws::Mobile::Types::InternalFailureException

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

Overview

The service has encountered an unexpected error condition which prevents it from servicing the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The Exception Error Message.

Returns:

  • (String)


327
328
329
330
331
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 327

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