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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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.



4236
4237
4238
4239
4240
4241
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4236

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

#statusString

The status of the deletion.

Returns:

  • (String)


4236
4237
4238
4239
4240
4241
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4236

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