Class: Aws::LicenseManager::Types::LicenseOperationFailure

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

Overview

Describes the failure of a license operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Error message.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2224

class LicenseOperationFailure < Struct.new(
  :resource_arn,
  :resource_type,
  :error_message,
  :failure_time,
  :operation_name,
  :resource_owner_id,
  :operation_requested_by,
  :metadata_list)
  SENSITIVE = []
  include Aws::Structure
end

#failure_timeTime

Failure time.

Returns:

  • (Time)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2224

class LicenseOperationFailure < Struct.new(
  :resource_arn,
  :resource_type,
  :error_message,
  :failure_time,
  :operation_name,
  :resource_owner_id,
  :operation_requested_by,
  :metadata_list)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_listArray<Types::Metadata>

Reserved.

Returns:



2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2224

class LicenseOperationFailure < Struct.new(
  :resource_arn,
  :resource_type,
  :error_message,
  :failure_time,
  :operation_name,
  :resource_owner_id,
  :operation_requested_by,
  :metadata_list)
  SENSITIVE = []
  include Aws::Structure
end

#operation_nameString

Name of the operation.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2224

class LicenseOperationFailure < Struct.new(
  :resource_arn,
  :resource_type,
  :error_message,
  :failure_time,
  :operation_name,
  :resource_owner_id,
  :operation_requested_by,
  :metadata_list)
  SENSITIVE = []
  include Aws::Structure
end

#operation_requested_byString

The requester is "License Manager Automated Discovery".

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2224

class LicenseOperationFailure < Struct.new(
  :resource_arn,
  :resource_type,
  :error_message,
  :failure_time,
  :operation_name,
  :resource_owner_id,
  :operation_requested_by,
  :metadata_list)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2224

class LicenseOperationFailure < Struct.new(
  :resource_arn,
  :resource_type,
  :error_message,
  :failure_time,
  :operation_name,
  :resource_owner_id,
  :operation_requested_by,
  :metadata_list)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_idString

ID of the Amazon Web Services account that owns the resource.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2224

class LicenseOperationFailure < Struct.new(
  :resource_arn,
  :resource_type,
  :error_message,
  :failure_time,
  :operation_name,
  :resource_owner_id,
  :operation_requested_by,
  :metadata_list)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Resource type.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2224

class LicenseOperationFailure < Struct.new(
  :resource_arn,
  :resource_type,
  :error_message,
  :failure_time,
  :operation_name,
  :resource_owner_id,
  :operation_requested_by,
  :metadata_list)
  SENSITIVE = []
  include Aws::Structure
end