class Amazonite::SecretsManager::ValidationErrorsEntry

Overview

Displays errors that occurred during validation of the resource policy.

Included Modules

Defined in:

secrets_manager/validation_errors_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(check_name : String | Nil = nil, error_message : String | 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 check_name : String | Nil #

Checks the name of the policy.


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

Checks the name of the policy.


[View source]
def error_message : String | Nil #

Displays error messages if validation encounters problems during validation of the resource policy.


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

Displays error messages if validation encounters problems during validation of the resource policy.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]