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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonTypes::DeletionTaskFailureReasonType

An object that contains details about the reason the deletion failed.



4380
4381
4382
4383
4384
4385
# File 'lib/aws-sdk-iam/types.rb', line 4380

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

#statusString

The status of the deletion.

Returns:

  • (String)


4380
4381
4382
4383
4384
4385
# File 'lib/aws-sdk-iam/types.rb', line 4380

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