Class: Aws::MigrationHubRefactorSpaces::Types::ErrorResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the resource owner.

Returns:

  • (String)


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_detailsHash<String,String>

Additional details about the error.

Returns:

  • (Hash<String,String>)


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

#codeString

The error code associated with the error.

Returns:

  • (String)


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

#messageString

The message associated with the error.

Returns:

  • (String)


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_identifierString

The ID of the resource.

Returns:

  • (String)


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_typeString

The type of resource.

Returns:

  • (String)


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