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)


1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1326

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

#messageString

Error details message.

Returns:

  • (String)


1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1326

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

#resource_idString

Error details resourceId.

Returns:

  • (String)


1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1326

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

#resource_typeString

Error details resourceType.

Returns:

  • (String)


1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1326

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