Class: Aws::SNS::Errors::TooManyEntriesInBatchRequestException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SNS::Errors::TooManyEntriesInBatchRequestException
 
 
- Defined in:
 - lib/aws-sdk-sns/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TooManyEntriesInBatchRequestException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TooManyEntriesInBatchRequestException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyEntriesInBatchRequestException
Returns a new instance of TooManyEntriesInBatchRequestException.
      511 512 513  | 
    
      # File 'lib/aws-sdk-sns/errors.rb', line 511 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      516 517 518  | 
    
      # File 'lib/aws-sdk-sns/errors.rb', line 516 def @message || @data[:message] end  |