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
273 274 275 276 277 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 273 class DependencyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |