Class: Aws::Connect::Errors::OutboundContactNotPermittedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::OutboundContactNotPermittedException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OutboundContactNotPermittedException
constructor
A new instance of OutboundContactNotPermittedException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OutboundContactNotPermittedException
Returns a new instance of OutboundContactNotPermittedException.
298 299 300 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 298 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
303 304 305 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 303 def @message || @data[:message] end |