Class: Aws::IdentityStore::Errors::ValidationException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException

Returns a new instance of ValidationException.

Parameters:



206
207
208
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 206

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


211
212
213
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 211

def message
  @message || @data[:message]
end

#request_idString

Returns:

  • (String)


216
217
218
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 216

def request_id
  @data[:request_id]
end