Class: Aws::Notifications::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
This exception is thrown when the notification event fails validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of input fields that are invalid.
- #message ⇒ String
-
#reason ⇒ String
The reason why your input is considered invalid.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of input fields that are invalid.
3500 3501 3502 3503 3504 3505 3506 |
# File 'lib/aws-sdk-notifications/types.rb', line 3500 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3500 3501 3502 3503 3504 3505 3506 |
# File 'lib/aws-sdk-notifications/types.rb', line 3500 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why your input is considered invalid.
3500 3501 3502 3503 3504 3505 3506 |
# File 'lib/aws-sdk-notifications/types.rb', line 3500 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |