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)


2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2250

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)


2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2250

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:



2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2250

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)


2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2250

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)


2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2250

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)


2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2250

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)


2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2250

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)


2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2250

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