class
Amazonite::Ssm::FailedCreateAssociation
- Amazonite::Ssm::FailedCreateAssociation
- Reference
- Object
Overview
Describes a failed association.
Included Modules
- JSON::Serializable
Defined in:
ssm/failed_create_association.crConstructors
- .new(pull : JSON::PullParser)
- .new(entry : CreateAssociationBatchRequestEntry | Nil = nil, message : String | Nil = nil, fault : Fault | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entry : CreateAssociationBatchRequestEntry | Nil
The association.
-
#entry=(entry : CreateAssociationBatchRequestEntry | Nil)
The association.
-
#fault : Fault | Nil
The source of the failure.
-
#fault=(fault : Fault | Nil)
The source of the failure.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String | Nil
A description of the failure.
-
#message=(message : String | Nil)
A description of the failure.
- #validate! : Nil
Constructor Detail
def self.new(entry : CreateAssociationBatchRequestEntry | Nil = nil, message : String | Nil = nil, fault : Fault | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.