Class: Aws::MigrationHubRefactorSpaces::Types::ErrorResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::ErrorResponse
 
- Defined in:
- gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Error associated with a resource returned for a Get or List resource response.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services account ID of the resource owner. 
- 
  
    
      #additional_details  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Additional details about the error. 
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error code associated with the error. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The message associated with the error. 
- 
  
    
      #resource_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the resource. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of resource. 
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the resource owner.
| 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 | # File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1187 class ErrorResponse < Struct.new( :account_id, :additional_details, :code, :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#additional_details ⇒ Hash<String,String>
Additional details about the error.
| 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 | # File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1187 class ErrorResponse < Struct.new( :account_id, :additional_details, :code, :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#code ⇒ String
The error code associated with the error.
| 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 | # File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1187 class ErrorResponse < Struct.new( :account_id, :additional_details, :code, :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
The message associated with the error.
| 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 | # File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1187 class ErrorResponse < Struct.new( :account_id, :additional_details, :code, :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_identifier ⇒ String
The ID of the resource.
| 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 | # File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1187 class ErrorResponse < Struct.new( :account_id, :additional_details, :code, :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of resource.
| 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 | # File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1187 class ErrorResponse < Struct.new( :account_id, :additional_details, :code, :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |