Class: Aws::CloudFormation::Errors::TokenAlreadyExistsException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFormation::Errors::TokenAlreadyExistsException
 
 
- Defined in:
 - gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TokenAlreadyExistsException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TokenAlreadyExistsException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TokenAlreadyExistsException
Returns a new instance of TokenAlreadyExistsException.
      366 367 368  | 
    
      # File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/errors.rb', line 366 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |