Class: Aws::Types::LicenseOperationFailure
- Inherits:
-
Object
- Object
- Aws::Types::LicenseOperationFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#failure_time ⇒ ::Time
Returns the value of attribute failure_time.
-
#metadata_list ⇒ ::Array[Types::Metadata]
Returns the value of attribute metadata_list.
-
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
-
#operation_requested_by ⇒ ::String
Returns the value of attribute operation_requested_by.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
779 780 781 |
# File 'sig/types.rbs', line 779 def @error_message end |
#failure_time ⇒ ::Time
Returns the value of attribute failure_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.
784 785 786 |
# File 'sig/types.rbs', line 784 def @metadata_list end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
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.
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.
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.
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.
778 779 780 |
# File 'sig/types.rbs', line 778 def resource_type @resource_type end |