class
Amazonite::CloudWatch::PartialFailure
- Amazonite::CloudWatch::PartialFailure
- Reference
- Object
Overview
This array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/partial_failure.crConstructors
- .new(pull : JSON::PullParser)
- .new(failure_resource : String | Nil = nil, exception_type : String | Nil = nil, failure_code : String | Nil = nil, failure_description : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#exception_type : String | Nil
The type of error.
-
#exception_type=(exception_type : String | Nil)
The type of error.
-
#failure_code : String | Nil
The code of the error.
-
#failure_code=(failure_code : String | Nil)
The code of the error.
-
#failure_description : String | Nil
A description of the error.
-
#failure_description=(failure_description : String | Nil)
A description of the error.
-
#failure_resource : String | Nil
The specified rule that could not be deleted.
-
#failure_resource=(failure_resource : String | Nil)
The specified rule that could not be deleted.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
def self.new(failure_resource : String | Nil = nil, exception_type : String | Nil = nil, failure_code : String | Nil = nil, failure_description : String | 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?.
def failure_resource=(failure_resource : String | Nil)
#
The specified rule that could not be deleted.