Class: Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Instance Attribute Summary collapse
-
#reason ⇒ Types::DeletionTaskFailureReasonType
An object that contains details about the reason the deletion failed.
-
#status ⇒ String
The status of the deletion.
Instance Attribute Details
#reason ⇒ Types::DeletionTaskFailureReasonType
An object that contains details about the reason the deletion failed.
3969 3970 3971 3972 3973 |
# File 'lib/aws-sdk-iam/types.rb', line 3969 class GetServiceLinkedRoleDeletionStatusResponse < Struct.new( :status, :reason) include Aws::Structure end |
#status ⇒ String
The status of the deletion.
3969 3970 3971 3972 3973 |
# File 'lib/aws-sdk-iam/types.rb', line 3969 class GetServiceLinkedRoleDeletionStatusResponse < Struct.new( :status, :reason) include Aws::Structure end |