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

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


1726
1727
1728
1729
1730
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1726

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