Class: Aws::MarketplaceMetering::Errors::TimestampOutOfBoundsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MarketplaceMetering::Errors::TimestampOutOfBoundsException
- Defined in:
- gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TimestampOutOfBoundsException
constructor
A new instance of TimestampOutOfBoundsException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TimestampOutOfBoundsException
Returns a new instance of TimestampOutOfBoundsException.
299 300 301 |
# File 'gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/errors.rb', line 299 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
304 305 306 |
# File 'gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/errors.rb', line 304 def @message || @data[:message] end |