Class: Aws::Firehose::Types::InvalidSourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::InvalidSourceException
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Only requests from CloudWatch Logs are supported when CloudWatch Logs decompression is enabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
3150 3151 3152 3153 3154 3155 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3150 class InvalidSourceException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3150 3151 3152 3153 3154 3155 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3150 class InvalidSourceException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |