Class: Aws::Mgn::Types::ErrorDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Error details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Error details code.

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1306

class ErrorDetails < Struct.new(
  :code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Error details message.

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1306

class ErrorDetails < Struct.new(
  :code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Error details resourceId.

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1306

class ErrorDetails < Struct.new(
  :code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Error details resourceType.

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1306

class ErrorDetails < Struct.new(
  :code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end