Class: Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
4236 4237 4238 4239 4240 4241 |
# File 'lib/aws-sdk-iam/types.rb', line 4236 class GetServiceLinkedRoleDeletionStatusResponse < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deletion.
4236 4237 4238 4239 4240 4241 |
# File 'lib/aws-sdk-iam/types.rb', line 4236 class GetServiceLinkedRoleDeletionStatusResponse < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |