Class: Aws::SES::Types::InvalidFirehoseDestinationException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SES::Types::InvalidFirehoseDestinationException
 
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message for details.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates that the configuration set does not exist. 
- 
  
    
      #event_destination_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates that the event destination does not exist. 
Instance Attribute Details
#configuration_set_name ⇒ String
Indicates that the configuration set does not exist.
| 2218 2219 2220 2221 2222 2223 | # File 'lib/aws-sdk-ses/types.rb', line 2218 class InvalidFirehoseDestinationException < Struct.new( :configuration_set_name, :event_destination_name) SENSITIVE = [] include Aws::Structure end | 
#event_destination_name ⇒ String
Indicates that the event destination does not exist.
| 2218 2219 2220 2221 2222 2223 | # File 'lib/aws-sdk-ses/types.rb', line 2218 class InvalidFirehoseDestinationException < Struct.new( :configuration_set_name, :event_destination_name) SENSITIVE = [] include Aws::Structure end |