Class: Aws::CleanRooms::Types::SchemaStatusReason
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CleanRooms::Types::SchemaStatusReason
 
 
- Defined in:
 - gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
 
Overview
A reason why the schema status is set to its current value.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The schema status reason code.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An explanation of the schema status reason code.
 
Instance Attribute Details
#code ⇒ String
The schema status reason code.
      8895 8896 8897 8898 8899 8900  | 
    
      # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8895 class SchemaStatusReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
An explanation of the schema status reason code.
      8895 8896 8897 8898 8899 8900  | 
    
      # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8895 class SchemaStatusReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |