Class: Aws::Amplify::Types::DependentServiceFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::DependentServiceFailureException
- 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
#message ⇒ String
1406 1407 1408 1409 1410 |
# File 'lib/aws-sdk-amplify/types.rb', line 1406 class DependentServiceFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |