Class: Aws::SocialMessaging::Types::DependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::DependencyException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Thrown when performing an action because a dependency would be broken.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
122 123 124 125 126 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 122 class DependencyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |