Class: Aws::SocialMessaging::Types::DependencyException

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

#messageString

Returns:

  • (String)


122
123
124
125
126
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 122

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