Class: Aws::ConfigService::Errors::NoSuchDeliveryChannelException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ConfigService::Errors::NoSuchDeliveryChannelException
- Defined in:
- lib/aws-sdk-configservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchDeliveryChannelException
constructor
A new instance of NoSuchDeliveryChannelException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchDeliveryChannelException
Returns a new instance of NoSuchDeliveryChannelException.
471 472 473 |
# File 'lib/aws-sdk-configservice/errors.rb', line 471 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |