Class: Aws::Amplify::Types::DependentServiceFailureException

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

Overview

An operation failed because a dependent service threw an exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1328
1329
1330
1331
1332
# File 'lib/aws-sdk-amplify/types.rb', line 1328

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