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.



3535
3536
3537
3538
3539
# File 'lib/aws-sdk-iam/types.rb', line 3535

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

#statusString

The status of the deletion.

Returns:

  • (String)


3535
3536
3537
3538
3539
# File 'lib/aws-sdk-iam/types.rb', line 3535

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