Class: Aws::ElasticTranscoder::Types::TestRoleResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticTranscoder::Types::TestRoleResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-elastictranscoder/types.rb
 
Overview
The ‘TestRoleResponse` structure.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #messages  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the ‘Success` element contains `false`, this value is an array of one or more error messages that were generated during the test process.
 - 
  
    
      #success  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the operation is successful, this value is ‘true`; otherwise, the value is `false`.
 
Instance Attribute Details
#messages ⇒ Array<String>
If the ‘Success` element contains `false`, this value is an array of one or more error messages that were generated during the test process.
      3260 3261 3262 3263 3264 3265  | 
    
      # File 'lib/aws-sdk-elastictranscoder/types.rb', line 3260 class TestRoleResponse < Struct.new( :success, :messages) SENSITIVE = [] include Aws::Structure end  | 
  
#success ⇒ String
If the operation is successful, this value is ‘true`; otherwise, the value is `false`.
      3260 3261 3262 3263 3264 3265  | 
    
      # File 'lib/aws-sdk-elastictranscoder/types.rb', line 3260 class TestRoleResponse < Struct.new( :success, :messages) SENSITIVE = [] include Aws::Structure end  |