Class: Aws::Amplify::Types::InternalFailureException

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

Overview

The service failed to perform an operation due to an internal issue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1790
1791
1792
1793
1794
# File 'lib/aws-sdk-amplify/types.rb', line 1790

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