Class: Aws::Notifications::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Notifications::Errors::ValidationException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-notifications/errors.rb
Instance Method Summary collapse
- #field_list ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
196 197 198 |
# File 'lib/aws-sdk-notifications/errors.rb', line 196 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#field_list ⇒ String
211 |
# File 'lib/aws-sdk-notifications/errors.rb', line 211
def field_list: () -> ::String
|
#message ⇒ String
201 |
# File 'lib/aws-sdk-notifications/errors.rb', line 201
def message: () -> ::String
|
#reason ⇒ String
206 |
# File 'lib/aws-sdk-notifications/errors.rb', line 206
def reason: () -> ::String
|