class Amazonite::Iam::DeletionTaskFailureReasonType

Overview

The reason that the service-linked role deletion failed.

This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation.

Defined in:

iam/deletion_task_failure_reason_type.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(reason : String | Nil = nil, role_usage_list : Array(RoleUsageType) | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def reason : String | Nil #

A short description of the reason that the service-linked role deletion failed.


[View source]
def reason=(reason : String | Nil) #

A short description of the reason that the service-linked role deletion failed.


[View source]
def role_usage_list : Array(RoleUsageType) | Nil #

A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service. If the service-linked role has active sessions or if any resources that were used by the role have not been deleted from the linked service, the role can't be deleted. This parameter includes a list of the resources that are associated with the role and the Region in which the resources are being used.


[View source]
def role_usage_list=(role_usage_list : Array(RoleUsageType) | Nil) #

A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service. If the service-linked role has active sessions or if any resources that were used by the role have not been deleted from the linked service, the role can't be deleted. This parameter includes a list of the resources that are associated with the role and the Region in which the resources are being used.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]