Class: Aws::CloudWatch::Types::PartialFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::PartialFailure
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_type ⇒ String
The type of error.
-
#failure_code ⇒ String
The code of the error.
-
#failure_description ⇒ String
A description of the error.
-
#failure_resource ⇒ String
The specified rule that could not be deleted.
Instance Attribute Details
#exception_type ⇒ String
The type of error.
3370 3371 3372 3373 3374 3375 3376 3377 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3370 class PartialFailure < Struct.new( :failure_resource, :exception_type, :failure_code, :failure_description) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
The code of the error.
3370 3371 3372 3373 3374 3375 3376 3377 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3370 class PartialFailure < Struct.new( :failure_resource, :exception_type, :failure_code, :failure_description) SENSITIVE = [] include Aws::Structure end |
#failure_description ⇒ String
A description of the error.
3370 3371 3372 3373 3374 3375 3376 3377 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3370 class PartialFailure < Struct.new( :failure_resource, :exception_type, :failure_code, :failure_description) SENSITIVE = [] include Aws::Structure end |
#failure_resource ⇒ String
The specified rule that could not be deleted.
3370 3371 3372 3373 3374 3375 3376 3377 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3370 class PartialFailure < Struct.new( :failure_resource, :exception_type, :failure_code, :failure_description) SENSITIVE = [] include Aws::Structure end |