Class: Aws::Types::LicenseOperationFailure

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def error_message
  @error_message
end

#failure_time::Time

Returns the value of attribute failure_time.

Returns:

  • (::Time)


780
781
782
# File 'sig/types.rbs', line 780

def failure_time
  @failure_time
end

#metadata_list::Array[Types::Metadata]

Returns the value of attribute metadata_list.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def 
  @metadata_list
end

#operation_name::String

Returns the value of attribute operation_name.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def operation_name
  @operation_name
end

#operation_requested_by::String

Returns the value of attribute operation_requested_by.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def operation_requested_by
  @operation_requested_by
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def resource_arn
  @resource_arn
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def resource_owner_id
  @resource_owner_id
end

#resource_type"EC2_INSTANCE", ...

Returns the value of attribute resource_type.

Returns:

  • ("EC2_INSTANCE", "EC2_HOST", "EC2_AMI", "RDS", "SYSTEMS_MANAGER_MANAGED_INSTANCE")


778
779
780
# File 'sig/types.rbs', line 778

def resource_type
  @resource_type
end