Class: Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#reasonTypes::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

#statusString

The status of the deletion.

Returns:

  • (String)


3969
3970
3971
3972
3973
# File 'lib/aws-sdk-iam/types.rb', line 3969

class GetServiceLinkedRoleDeletionStatusResponse < Struct.new(
  :status,
  :reason)
  include Aws::Structure
end